runtime.p.gcAssistTime (field)
7 uses
	runtime (current package)
		mgcmark.go#L685: 	pp.gcAssistTime += duration
		mgcmark.go#L689: 	if pp.gcAssistTime > gcAssistTimeSlack {
		mgcmark.go#L690: 		gcController.assistTime.Add(pp.gcAssistTime)
		mgcmark.go#L692: 		pp.gcAssistTime = 0
		mgcpacer.go#L427: 		p.gcAssistTime = 0
		proc.go#L5690: 	pp.gcAssistTime = 0
		runtime2.go#L716: 	gcAssistTime         int64 // Nanoseconds in assistAlloc
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |